object FormConfig: TFormConfig Left = 253 Top = 161 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = '*' ClientHeight = 259 ClientWidth = 303 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Main_PageCtrl: TPageControl Left = 8 Top = 8 Width = 289 Height = 217 ActivePage = Gen_Sheet HotTrack = True TabOrder = 0 object Gen_Sheet: TTabSheet Caption = 'General' object Gen_Panel: TPanel Left = 8 Top = 8 Width = 265 Height = 57 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object GridLines_Chk: TCheckBox Left = 16 Top = 13 Width = 161 Height = 17 Caption = 'Show Gridlines in all Listviews' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 end object BackShowsRoot_Chk: TCheckBox Left = 16 Top = 29 Width = 217 Height = 17 Caption = 'Backspace in the root shows the root list' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 end end object Lists_Panel: TPanel Left = 8 Top = 72 Width = 265 Height = 105 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object Bookmarks_Label: TLabel Left = 16 Top = 40 Width = 55 Height = 13 Caption = 'Bookmarks:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object SearchRes_Label: TLabel Left = 16 Top = 56 Width = 70 Height = 13 Caption = 'Search Result:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object CopyItems_Label: TLabel Left = 16 Top = 72 Width = 67 Height = 13 Caption = 'Copied Items:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object AutoClose_Chk: TCheckBox Left = 16 Top = 16 Width = 233 Height = 17 Caption = 'Close the list dialog automaticly on jump' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 end object LoadBookMarks_Chk: TCheckBox Left = 96 Top = 40 Width = 78 Height = 17 Caption = 'Auto Load' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 1 end object LoadSearchRes_Chk: TCheckBox Left = 96 Top = 56 Width = 78 Height = 17 Caption = 'Auto Load' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 2 end object LoadCopyItems_Chk: TCheckBox Left = 96 Top = 72 Width = 78 Height = 17 Caption = 'Auto Load' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 3 end object SaveBookMarks_Chk: TCheckBox Left = 176 Top = 40 Width = 78 Height = 17 Caption = 'Auto Save' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 4 end object SaveSearchRes_Chk: TCheckBox Left = 176 Top = 56 Width = 78 Height = 17 Caption = 'Auto Save' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 5 end object SaveCopyItems_Chk: TCheckBox Left = 176 Top = 72 Width = 78 Height = 17 Caption = 'Auto Save' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 6 end end end object Visual_Sheet: TTabSheet Caption = 'Font && Color' ImageIndex = 2 object ListView_Grp: TGroupBox Left = 8 Top = 8 Width = 265 Height = 109 Caption = 'ListViews' TabOrder = 0 object ListView_Panel: TPanel Left = 8 Top = 16 Width = 249 Height = 35 BevelOuter = bvLowered BorderWidth = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 end object Font_Btn: TButton Tag = 1 Left = 8 Top = 56 Width = 89 Height = 21 Caption = 'Change Font' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = ChangeFont_Cmd end object System_Btn: TButton Tag = 1 Left = 8 Top = 80 Width = 89 Height = 21 Caption = 'System Font' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = SysFont_Cmd end object BackCol_Btn: TButton Tag = 1 Left = 104 Top = 56 Width = 73 Height = 21 Caption = 'Back Color' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = ChangeColor_Cmd end object TextCol_Btn: TButton Tag = 2 Left = 184 Top = 56 Width = 73 Height = 21 Caption = 'Text Color' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = ChangeColor_Cmd end object RegCmdDef_Btn: TButton Tag = 1 Left = 104 Top = 80 Width = 153 Height = 21 Caption = 'RegCmd Default' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = RegCmdDef_Cmd end end end end object Ok_Btn: TButton Left = 88 Top = 232 Width = 65 Height = 21 Caption = '&OK' Default = True TabOrder = 1 OnClick = OkApply_Cmd end object Cancel_Btn: TButton Left = 160 Top = 232 Width = 65 Height = 21 Cancel = True Caption = '&Cancel' TabOrder = 2 OnClick = Cancel_Cmd end object Apply_Btn: TButton Left = 232 Top = 232 Width = 65 Height = 21 Caption = '&Apply' TabOrder = 3 OnClick = OkApply_Cmd end object AzColorDlg1: TAzColorDlg Caption = 'Choose Color' Left = 8 Top = 229 end object FontDialog1: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Options = [fdForceFontExist] Left = 36 Top = 229 end end